home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / dvips / paths.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-04-10  |  664 b   |  21 lines

  1. /*
  2.  *   OUTPATH is where to send the output.  If you want a .ps file to
  3.  *   be created by default, set this to "".  If you want to automatically
  4.  *   invoke a pipe (as in lpr), make the first character an exclamation
  5.  *   point or a vertical bar, and the remainder the command line to
  6.  *   execute.
  7.  */
  8. #define OUTPATH ""
  9. /*   (Actually OUTPATH will be overridden by an `o' line in config.ps.) */
  10. /*
  11.  *   Names of config and prologue files:
  12.  */
  13. #ifndef CONFIGFILE
  14. #define CONFIGFILE "config.ps"
  15. #endif
  16. #define HEADERFILE "tex.pro"
  17. #define CHEADERFILE "texc.pro"
  18. #define PSFONTHEADER "texps.pro"
  19. #define SPECIALHEADER "special.pro"
  20. #define PSMAPFILE "psfonts.map"
  21.